home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / unix / sysv / sco3.2.4 / system.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-18  |  337 b   |  11 lines

  1. /* SCO has a bug where `waitpid' will never return if SIGCHLD is blocked.
  2.    They have acknowledged that this is a bug but I have not seen nor heard
  3.    of any forthcoming fix.  */
  4.  
  5. #define WAITPID_CANNOT_BLOCK_SIGCHLD
  6.  
  7. /* SCO 3.2v4 does have `waitpid'.
  8.    Avoid unix/system.c, which says we don't.  */
  9.  
  10. #include <sysdeps/posix/system.c>
  11.